Data Access Mgr
Initializing the Data Access Manager
InitDBPack Initialize the Data Access Manager
High-Level Interface: Handling Query Documents
DBGetNewQuery Create a QueryRecord
DBDisposeQuery Dispose of a query record and free all memory
DBStartQuery Call a query
High-Level Interface: Handling Query Results
DBGetQueryResults Retrieve and store the results returned by a query
DBResultsToText Convert data to text
Low-Level Interface: Controlling the Session
DBInit Initiate a session with a data server
DBEnd Terminate a session with a data server
DBGetConnInfo Initiate a session with a data server
DBGetSessionNum Get a session number
DBKill Cancel the execution of an asynchronous call
Low-Level Interface: Sending and Executing Queries
DBSend Send a query or a portion of a query to the data server
DBSendItem Send a single data item to the data server
DBExec Initiate execution of a query
DBState Indicate the status of the data server
DBGetErr Send a single data item to the data server
DBBreak Halt execution of a query
Low-Level Interface: Retrieving Results
DBGetItem Retrieve the next data item from the data server
DBUnGetItem Reverse last call to DBGetItem
Installing and Removing Result Handlers
DBInstallResultHandler Install a result handler
DBGetResultHandler Return a pointer to a result handler
DBRemoveResultHandler Remove an application result handler